@charset "UTF-8";

a:hover {
  opacity: 1;
}

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

.section-inner {
  width: 89.33%;
  padding: 0%;
}

/* -------------- header --------------- */
.header-block {
  padding: 0;
  height: 60px;
  box-shadow: none;
}

.logo-block {
  flex: 0 0 84px;
  padding: 5px 0 4px;
}

.nav-block__list {
  max-width: 89.33%;
  margin: 0 auto;
}

.menu-button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.menu-button.-active {
  background-color: #666666;
} 

.menu-button span {
  display: inline-block;
  width: 25px;
  height: 3px;
}

.menu-button__line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  transition: all .4s;
}

.menu-button.-active .menu-button__line {
  background-color: #ffffff;
  display: none;
}

.menu-button::before {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  position: absolute;
  left: calc(50% - 12.5px);
  top: 19px;
  transition: all .4s;
}

.menu-button.-active .menu-button::before {
  background-color: #ffffff;
}

.menu-button.-active::before {
  transform: translateX(1px) translateY(9px) rotate(-45deg);
}

.menu-button::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  position: absolute;
  left: calc(50% - 12.5px);
  bottom: 18px;
  transition: all .4s;
}

.menu-button.-active .menu-button::after {
  background-color: #ffffff;
}

.menu-button.-active::after {
  transform: translateX(1px) translateY(-11px) rotate(45deg);
}

.nav-block__dropdown {
  position: relative;
  top: auto;
  left: auto;
}

.layer-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(39, 39, 39, .61);
  z-index: 5;
  overflow-y: scroll;
  display: none;
}

.nav-block {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 9;
  width: 100%;
  background-color: #666666;
  margin-left: 0;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
}

.nav-block__item {
  clear: both;
  width: 100%;
  padding: 0;
}

.nav-block__item:not(:first-child) {
  margin-left: 0;
}

.nav-block__text {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 22px 19px;
  border-bottom: 1px solid #ffffff;
}

.nav-block__item .nav-block__text::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  transition: all .4s;
}

.nav-block__item.-active .nav-block__text {
  color: #fff;
}

.nav-block__item.-active .nav-block__text::before {
  display: none;
}

.nav-block__item:hover .nav-block__text::before {
  display: none;
}

.nav-block__item .nav-block__text.-icon-arrow::before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
  transform: rotate(0);
  transition: 0.4s all;
}

.nav-block__item.-active .nav-block__text.-icon-arrow::before {
  display: inline-block;
  transform: rotate(90deg);
  transition: 0.4s all;
}

.nav-block__item:hover .nav-block__text.-icon-arrow::before {
  display: inline-block;
  left: auto;
  margin-left: 0;
  bottom: auto;
}

.nav-block__item .nav-block__text.-icon-arrow::after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  top: calc(50% - 1px);
  transform: rotate(0);
  border-top: 0;
  border-right: 0;
  left: auto;
  margin-left: 0;
}

.nav-block__dropdown {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  padding: 12px 35px;
}

.nav-block__dropdown .section-inner {
  width: 100%;
}

.nav-block__dropdown-list {
  width: 100%;
}

.nav-block__dropdown-item {
  width: 100%;
  background: transparent;
}

.nav-block__dropdown-item .nav-block__dropdown-photo {
  display: none;
}

.nav-block__dropdown-title {
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
}

.nav-block__dropdown-title::after {
  display: none;
}

.nav-block__other {
  width: 86.93%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 40px 0 33px;
}

.nav-block__other a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.nav-block__other-text {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.nav-block__other a:first-child .nav-block__other-text {
  padding-left: 0;
  padding-right: 21px;
}

.nav-block__other a:last-child .nav-block__other-text {
  padding: 0 21px;
}

.nav-block__other a:last-child .nav-block__other-text::before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

.nav-block__other a:last-child .nav-block__other-text::after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(/img/share/icon-link_white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

/* -------------- footer --------------- */
.footer-info {
  padding: 10px 0 4px;
}

.footer-info__anchor {
  font-size: 1.0rem;
  display: inline-block;
}

.footer-info__anchor:first-child::after {
  height: 12px;
  top: 4px;
}

.footer-info__anchor:first-child {
  padding-right: 15px;
}

.footer-info__anchor:last-child {
  padding: 0 18px 0 11px;
}

@media screen and (max-width: 345px) {
  .footer-info__anchor:last-child {
    padding: 0 16px;
  }
}

.footer-info__logo {
  flex: 0 0 59px;
}

.copyright-block .section-inner {
  flex-direction: column;
  justify-content: center;
}

.copyright-block__text {
  font-size: 1.0rem;
  margin-left:0;
}


/* -------------- section-box --------------- */
.section-box {
  margin-top: 60px;
}

.section-title {
  font-size: 1.8rem;
}

/* -------------- heading-block --------------- */
.page-heading {
  padding: 30px 0 29px;
  height: 100px;
}

.page-heading .section-inner {
  padding: 0;
  width: 89.33%;
}

.page-heading.-bg-about {
  background: url(/img/share/bg-about_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-quality {
  background: url(/img/share/bg-quality_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-sustainability {
  background: url(/img/share/bg-sustainability_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-company {
  background: url(/img/share/bg-company_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-product {
  background: url(/img/share/bg-product_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-news {
  background: url(/img/share/bg-news_sp.jpg) no-repeat center;
  background-size: cover;
}

.page-title {
  font-size: 2.0rem;
}

/* -------------- product-block --------------- */
.product-block__list {
  margin-top: 31px;
}

.product-block__item {
  width: 47.76%;
}

.product-block__item:nth-child(n+3) {
  margin-top: 27px;
}

.product-block__title {
  font-size: 1.2rem;
  margin-top: 8px;
}